km/common: drop unneeded std* environment variables
authorHolger Brunck <[email protected]>
Fri, 2 Nov 2012 00:15:08 +0000 (00:15 +0000)
committerPrafulla Wadaskar <[email protected]>
Tue, 8 Jan 2013 22:42:10 +0000 (04:12 +0530)
These variables are only used if CONFIG_SYS_CONSOLE_IS_IN_ENV
is set. This isn't the case, so we can drop them safely.

Signed-off-by: Holger Brunck <[email protected]>
cc: Valentin Longchamp <[email protected]>
cc: Prafulla Wadaskar <[email protected]>

include/configs/km/keymile-common.h

index 05480d48aedf0b730992f77617e21b813bfa802f..f64748e349c0355c9d4a0147569ae72eeb5f863a 100644 (file)
        "load=tftpboot ${load_addr_r} ${u-boot}\0"                      \
        "mtdids=" MTDIDS_DEFAULT "\0"                                   \
        "mtdparts=" MTDPARTS_DEFAULT "\0"                               \
-       "stderr=serial\0"                                               \
-       "stdin=serial\0"                                                \
-       "stdout=serial\0"                                               \
        ""
 #endif /* CONFIG_KM_DEF_ENV */